IEventPattern interface¶
Defined in
Namespace: System.Reactive
Assembly: System.Reactive.dll
Full name: System.Reactive.IEventPattern<T1, T2>
Modifiers: public abstract
Summary¶
Represents a .NET event invocation consisting of the strongly typed object that raised the event and the data that was generated by the event.
Applies to
netstandard2.0
Properties¶
| Name | Summary |
|---|---|
| Sender | Gets the sender object that raised the event. |
| EventArgs | Gets the event data that was generated by the event. |